On Dec 12, 2007, at 5:56 PM, Jacob Palme wrote:

How can I get BBEDIT sort lines *without* any fancy special
handling. I have a file in ISO Latin 1 (ISO 8859-1)
format, so each character is always one byte.

I want to sort it so that
e is not regarded as the same as é
a is not regarded as the same as å
A is not regarded as the same as a
É is sorted later than Z because the numerical
value of É is 201. much more than the numerical value of Z, 90.

BBEdit's sort line tool does not do naive numerical sorting.

It always uses system services to do locale sensitive sorting based on the unicode collation algorithm.

Jim
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to