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

Wrong parsing with chinese #1091

Closed
frankxiongsir opened this issue Aug 21, 2019 · 1 comment · Fixed by #1093
Closed

Wrong parsing with chinese #1091

frankxiongsir opened this issue Aug 21, 2019 · 1 comment · Fixed by #1093
Labels

Comments

@frankxiongsir
Copy link

Thanks for great project!

Jazzy just works fine with english characters but I found that it has some problem when using unicode characters (like Chinese.) in jazzy.json like below:

"theme": "fullwidth", "documentation": "doc/MarkDown/*.md", "custom_categories": [{ "name": "简介", "children": [ "名词说明", "功能介绍", "工程配置", ] }]

Jazzy can’t generate 名词说明.html that match the dictionary key ‘children’

@johnfairh johnfairh added the bug label Aug 21, 2019
@johnfairh
Copy link
Collaborator

This is related to the discussion in #945. As you've found out, non-ascii characters in documentation file names get stripped out. When there are no other characters in the filename, the thing doesn't work at all.

I think I got disheartened by the back-compatibility part last time I looked at it, will have another go!

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

Successfully merging a pull request may close this issue.

2 participants