Re: font is broken on WinXP Japanese

2007-08-30 Thread Graham Percival

Thanks for the report; this has been added as

http://code.google.com/p/lilypond/issues/detail?id=431

Cheers,
- Graham

YAMASHINA Hio wrote:

screenshot:
http://fleur.hio.jp/~hio/prive/lilypond-win-ja.png

For example, `File' is showed as [EMAIL PROTECTED](F) (left most item on 
menu).
It should be shown  as U+30d5 U+30a1 U+30a4 U+30eb 
(Fu A-Small I Ru, in Katakana) and (F).


$ perl -e 'print \x30\xd5\x30\xa1\x30\xa4\x30\xeb' | iconv -f ucs-2 -t sjis | 
hexdump -C

  83 74 83 40 83 43 83 8b   |[EMAIL PROTECTED]|

On Japanese Windows, strings should be written in CP932 (or Unicode),
but lilypond does not.




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

  




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


font is broken on WinXP Japanese

2007-08-27 Thread YAMASHINA Hio

screenshot:
http://fleur.hio.jp/~hio/prive/lilypond-win-ja.png

For example, `File' is showed as [EMAIL PROTECTED](F) (left most item on 
menu).
It should be shown  as U+30d5 U+30a1 U+30a4 U+30eb 
(Fu A-Small I Ru, in Katakana) and (F).

$ perl -e 'print \x30\xd5\x30\xa1\x30\xa4\x30\xeb' | iconv -f ucs-2 -t sjis | 
hexdump -C
  83 74 83 40 83 43 83 8b   |[EMAIL PROTECTED]|

On Japanese Windows, strings should be written in CP932 (or Unicode),
but lilypond does not.




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond