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

Zero Width Chars #12

Closed
MHM5000 opened this issue Apr 19, 2014 · 3 comments
Closed

Zero Width Chars #12

MHM5000 opened this issue Apr 19, 2014 · 3 comments
Labels

Comments

@MHM5000
Copy link
Contributor

MHM5000 commented Apr 19, 2014

I believe these two should be implemented in the system, two.
http://www.fileformat.info/info/unicode/char/200c/index.htm
http://www.fileformat.info/info/unicode/char/200B/index.htm

@sniperwolf
Copy link
Owner

Hi @MHM5000,

can you please clarify how can we use this?

@MHM5000
Copy link
Contributor Author

MHM5000 commented Apr 20, 2014

For typing the ZERO WIDTH NON-JOINER char, in latest Persian/Arabic standards, you could use Shift+Space which I tried, but won't work and thinks It's a simple space and makes a new tag instead of continuing the text.
Check out my site : MHM5000.ir. Two line blow the logo, you'll see this word: می‌گردم.
If you use Inspector, you'll notice a ‌ in the middle of text.

If it still doesn't make sense, tell me.

@sniperwolf
Copy link
Owner

To fix this simply set to true the option no-spacebar. So:

  1. Create a tag box with this data attributes:

    <div data-no-spacebar="true" id="tagBox">preexisting-tag</div>
  2. Add to your main JavaScript file:

    $("#tagBox").tagging();

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

No branches or pull requests

2 participants