Bug 134501
| Summary: | doesn't show the CJK page correctly on UTF-8 locale | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> |
| Component: | elinks | Assignee: | Karel Zak <kzak> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eng-i18n-bugs, fedora-ja-list, p.van.egdom |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-07-29 18:47:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Akira TAGOH
2004-10-04 03:53:58 UTC
elinks also doesn't work for CJK. for another testcase, LANG=ko_KR.UTF-8 elinks http://kr.yahoo.com/ LANG=zh_CN.UTF-8 elinks http://cn.yahoo.com/ LANG=zh_TW.UTF-8 elinks http://tw.yahoo.com/ I have feedback about it from upstream developers. Elinks doesn't use UTF8 internaly and doens't expect it in rendering algorithms. Elink does conversion to UTF8 before output to screen -- but for multibytes like ko_KR.UTF-8 it destroys everything that rendering alorithm prepared for page. Other words, elinks hasn't real UTF8 support. Closing bug - proper support for UTF-8 in "elinks" has to be done upstream. |