Actions
Bug #3432
closedbad conversion from UTF8-MAC
Description
=begin
Ruby does not convert well from UTF8-MAC to UTF-8
The attached script shows it is the only encoding to behave that way and which is compatible 'é' or 'è' in UTF-8.
The results is:
UTF8-MAC Backward conversion: not the same bytes:
[169, 0, 116, 168, 0] != [195, 169, 116, 195, 168]
UTF8-MAC Backward conversion: not the same chars:
["\xA9", "\u0000", "t", "\xA8", "\u0000"] != ["é", "t", "è"]
This issue prevent, without Iconv, from converting properly UTF8-MAC String (from HFS paths) to UTF-8
=end
Files
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Assigned
- Assignee set to naruse (Yui NARUSE)
=begin
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r28307.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0Like0