DOS tool to convert letters in text file to upper/lowercase. (Miscellaneous)
> 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.
That's why I used that simplification.
Yes, "Ä is the upper-case of ä", but it doesn't matter, if you write in, e.g., English or the Cyrillic alphabet.
> DOS has some internal functions to process case conversions (e.g., INT
> 2F.1213).
It even has a documented function: INT 21 - DOS 4.0+ - COUNTRY-DEPENDENT CHARACTER CAPITALIZATION
But I didn't find a tolower() function. My guess: If the user supplied, e.g., lowercase "bäh" on the command line, DOS/command.com had to look for files like BÄH.EXE or BÄH.BAT, because uppercase is how filenames are stored on (FAT) disks. There simply was no need for a tolower() function.
Oh, INT 21 - DOS 3.3+ - GET EXTENDED COUNTRY INFORMATION reads "03h (DOS 6.2+ COUNTRY.SYS) get pointer to lowercase table".
---
Forum admin
Complete thread:
- DOS tool to convert letters in text file to upper/lowercase. - Cyberdyne, 28.10.2022, 07:41 (Miscellaneous)
- 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