Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 character space comes when return key press #4

Open
krehmankayka opened this issue Jul 4, 2014 · 2 comments
Open

2 character space comes when return key press #4

krehmankayka opened this issue Jul 4, 2014 · 2 comments

Comments

@krehmankayka
Copy link

Hi, Can you please let me know how to remove two character space which comes after pressing return key in keyboard. I tried every possible change in fasttextview class but no luck so far. Any help would be appreciated.

@gfthr
Copy link
Owner

gfthr commented Jul 20, 2014

OK,This is chinese space character,in fasttextview.h
find define
#define EMPTY_STRING @"  "
replace with
#define EMPTY_STRING @“"

@krehmankayka
Copy link
Author

Thankyou very much...... I found it on scanning your code... Great library.

On Sun, Jul 20, 2014 at 6:07 PM, gfthr [email protected] wrote:

OK,This is chinese space character,in fasttextview.h
find define
#define EMPTY_STRING @" "
replace with
#define EMPTY_STRING @“"


Reply to this email directly or view it on GitHub
#4 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants