DOS tool to convert letters in text file to upper/lowercase. (Miscellaneous)
> Case conversion is not as easy as it may seem.
> If your letters are from the A-Z range, all is fine and you can use Jim's
> solution.
>
> For other languages than English there may be more letters to translate,
> e.g., German has the umlauts ÄÖÜäöü. These are outside the A-Z range
> of the ASCII table. So you need a translation table suited for the language
> the text is in.
Actually, it doesn't depend on the Language or Country but rather the Code Page. Ä is the upper-case of ä no matter what language you're using. The relationships between languages, keyboard layouts, and countries are very confusing and not at all straightforward. DOS has some internal functions to process case conversions (e.g., INT 2F.1213).
Complete thread:
- DOS tool to convert letters in text file to upper/lowercase. - Cyberdyne, 28.10.2022, 07:41
- DOS tool to convert letters in text file to upper/lowercase. - mceric, 28.10.2022, 11:00
- DOS tool to convert letters in text file to upper/lowercase. - Cyberdyne, 28.10.2022, 12:45
- DOS tool to convert letters in text file to upper/lowercase. - jhall, 28.10.2022, 16:03
- DOS tool to convert letters in text file to upper/lowercase. - jhall, 28.10.2022, 16:24
- DOS tool to convert letters in text file to upper/lowercase. - jhall, 28.10.2022, 16:47
- DOS tool to convert letters in text file to upper/lowercase. - jhall, 28.10.2022, 16:24
- DOS tool to convert letters in text file to upper/lowercase. - jhall, 28.10.2022, 16:03
- DOS tool to convert letters in text file to upper/lowercase. - Rugxulo, 31.10.2022, 23:55
- DOS tool to convert letters in text file to upper/lowercase. - Cyberdyne, 28.10.2022, 12:45
- DOS tool to convert letters in text file to upper/lowercase. - rr, 28.10.2022, 19:02
- DOS tool to convert letters in text file to upper/lowercase. - Laaca, 28.10.2022, 21:38
- DOS tool to convert letters in text file to upper/lowercase. - RayeR, 15.12.2022, 16:25
- DOS tool to convert letters in text file to upper/lowercase. - bretjohn, 30.10.2022, 02:49
- DOS tool to convert letters in text file to upper/lowercase. - rr, 30.10.2022, 11:38
- DOS tool to convert letters in text file to upper/lowercase. - bretjohn, 31.10.2022, 16:12
- DOS tool to convert letters in text file to upper/lowercase. - rr, 30.10.2022, 11:38
- DOS tool to convert letters in text file to upper/lowercase. - Laaca, 28.10.2022, 21:38
- DOS tool to convert letters in text file to upper/lowercase. - Rugxulo, 29.10.2022, 00:59
- DOS tool to convert letters in text file to upper/lowercase. - Doug, 30.10.2022, 08:47
- DOS tool to convert letters in text file to upper/lowercase. - mceric, 28.10.2022, 11:00