xsl-list
[Top] [All Lists]

Re: [xsl] 16-bit chars rendered as "?" in UTF-8?

2012-08-15 09:07:35
On 15/08/2012 16:58, David Carlisle wrote:
On 15/08/2012 14:38, John English wrote:
I then search the file with "od -b | grep ' [4-7][0-7][0-7]'",

a file containing é  in iso-8859-1 would have octal byte 351 which would
not match that grep. You need to check no characters bigger than 127
(octal 177 if you prefer)

Ooops, quite right! However, still nothing shows up...

--
John English

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--