|
|
|
Joined: Apr 2004
Posts: 10
Pikka bird
|
OP
Pikka bird
Joined: Apr 2004
Posts: 10 |
Sometimes occures problems with few letters. Its because ä != Ä , Ö != ö and so on.. Also böö iswm BÖÖ returns false. I know that mIRC thinks those marks as different letters, but it would help us who use those letters in normal talk, if it would work sameway as normal A and a
|
|
|
|
Joined: Dec 2002
Posts: 2,962
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,962 |
It's because mIRC primarily uses the ASCII charset. In ASCII those characters you listed aren't, strictly speaking, letters. They're actually part of the 'extended character set' which means that they don't have any specific meaning and might not look at all like an A or an O with umlauts above them in a different font.
Apparently mIRC will support Unicode in the future, which does have specific characters for those letters you've listed so when that's added it will (hopefully) work like you want.
Spelling mistakes, grammatical errors, and stupid comments are intentional.
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
aren't, strictly speaking, letters yes they are, for us in sweden and a fev other countrys too..
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
Read the whole post In ASCII those characters you listed aren't, strictly speaking, letters. What he said is true.
New username: hixxy
|
|
|
|
Joined: Apr 2004
Posts: 10
Pikka bird
|
OP
Pikka bird
Joined: Apr 2004
Posts: 10 |
Yes, they arent letters but if mirc regonizes a as A and e as E, it also could ä as Ä right?
|
|
|
|
Joined: Jun 2003
Posts: 5,024
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 5,024 |
Yes, it could - somebody already said that Unicode support has been said to be on the 'to do' list for future versions of mIRC. Just because (some) humans interpret them as letters is irrelevant, the point is ASCII doesn't recognise them as that - so you'll need to wait Regards,
Mentality/Chris
|
|
|
|
Joined: Dec 2002
Posts: 2,962
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,962 |
Well it recognizes a as A and e as E because it's part of the ASCII character set. When a program supports any given character set (ASCII, SJIS, Unicode, UCS, ISO-8859-1, etc.) it must be programmed with the 'knowledge' of what each character 'means' (if it has any specific meaning). Since ASCII was designed in the 60s by Americans it only supports English characters and so it doesn't have any special characters which mean ä or ö or any other variations. Although many fonts now use certain extended characters (ASCII #128-255) of ASCII to display as those characters, they do not have any meaning as letters according to the ASCII character set.
Unicode however has support for practically every character for language and mathematics that's in use today, so when mIRC supports that it should correctly recognize ä as Ä, á as Á, ö as Ö, and so on.
Spelling mistakes, grammatical errors, and stupid comments are intentional.
|
|
|
|
|
|
|
|