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

image don't support unicode #56

Closed
GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment
Closed

image don't support unicode #56

GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

[image中文.jpg] not available

Original issue reported on code.google.com by superme...@163.com on 20 Oct 2010 at 2:38

@GoogleCodeExporter
Copy link
Author


We need to be restrictive to avoid false positives when matching texts. These 
are the currently allowed characters for an image filename:

A-Za-z0-9_,.+%$#@!?+~/-
If your image filename contains spaces, accented letters or Unicode characters, 
just protect the filename (except the extension!) with the raw mark:

[""image中文"".jpg]

I've created a new tip for this issue: 
http://txt2tags.org/tips.html#image-unicode

Original comment by aureliojargas@gmail.com on 9 Nov 2010 at 9:25

  • Changed state: WontFix

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

No branches or pull requests

1 participant