Re: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>

Subject: Re: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>
From: Joseph Dane <jdane@xxxxxxxxxx>
Date: Thu, 03 Aug 2006 08:33:54 -1000
"Waters, Michael, Springer US" <Mike.Waters@xxxxxxxxxxxx> writes:

> PSPad, a nice, small freeware editor, has a feature that allows you
> open a file directly in its Hex Editor, bypassing any transcoding of
> the file. This allows you to truly see the "bytes on disk". By

two I use:

 * emacs hexl-mode
 * the 'od' tool, as in 

[cato:~] od -x ./commons-lang-2.1.jar | head
0000000      504b    0304    0a00    0000    0000    7432    cc32    0000
0000020      0000    0000    0000    0000    0000    0900    0000    4d45
0000040      5441    2d49    4e46    2f50    4b03    040a    0000    0008
0000060      0073    32cc    32ec    63cd    c4c9    0000    0079    0100
0000100      0014    0000    004d    4554    412d    494e    462f    4d41
0000120      4e49    4645    5354    2e4d    468d    8f31    4fc3    3010
0000140      8577    4bfe    0f37    9621    5693    81a1    5b89    406a
0000160      d5b2    0465    3f39    9760    119f    23fb    22e8    bf27
0000200      6923    1451    06d6    77df    7bef    de19    d9b5    9424
0000220      ab29    2617    7807    b9d9    6ab5    e795    b21f    d0be

'od' is unix-ish, of course.  it's particularly good for a quick peek
at the bytes.

-- 

joe

Current Thread