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

UTF-8 issue #46

Open
JayYang opened this issue Jul 14, 2010 · 3 comments
Open

UTF-8 issue #46

JayYang opened this issue Jul 14, 2010 · 3 comments

Comments

@JayYang
Copy link

JayYang commented Jul 14, 2010

Hi all,
I encounter an issue about encoding. I covert all .rhtml page & .txt page as UTF-8 format and set charset as UTF-8. Everything works well except the page title. it can not display correct if contains chinese.

is there anyone can help me out?

Thanks in advance!
-Jay

@lyslim
Copy link

lyslim commented Jul 22, 2010

Well, I do not have the answer, but he may has:

http://sxlee.heroku.com/

BTW, maybe you may help me out with my question? It's question 48. Thanks in advance!

@rahzep
Copy link

rahzep commented Sep 7, 2010

@ixti
Copy link

ixti commented Aug 13, 2011

@JayYang, I believe that your problem is related to issue #29 (partially). I'm going to implement a fix for that issue by preparing a map of chars conversion (for russian characters, latinic, greek etc.), but I can say for sure that I won't be able to prepare something similar for glyphs - so any help from your side would be very appreciated. For now you can workaround by providing slug meta info, e.g.:

$ cat > articles/2011-08-13-primer-russkih-zagolovkov-v-totoshke.txt
---
titile: Пример русских заголовков в Тотошке
slug: primer-russkih-zagolovkov-v-totoshke

Тотошка крута, но есть ещё над чем поработать.
И это - офигительно!!!

@cloudhead, I believe this issue can be closed in favor of #29, where we can discuss similar problems

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

4 participants