FeralChild64

Results 141 comments of FeralChild64

DOS Navigator can probably handle graphic characters, but try this: in your host file explorer create directories `windows` and `éditeur` (editor in French), try to display their names with `dir...

> Technically true, but who cares? Me :) Seriously, code pages like 852 causes a lot of issues with software drawing tables, for many languages much better ones were created....

@Torinde Actually, I would like to present them - with file name indicating that something is wrong. I have some doubts about replacing the characters in file names with something...

> You'll also see that the default paths in the AppData director cannot be created because it attempts to convert the username to ASCII as Jas which will not work...

It seems the `Jaś` -> `Jas` problem has been already resolved in `main` since 0.80.1 - so only `fopen` API usage remains to be fixed.

EDIT.COM? VIM? NANO? Who needs such tools? EDLIN forever!!! OK, to be serious: > 3. We write our own, minimalistic built-in edit program in C++. This is IMHO, the best...

I'm not surprised, FreeDOS in general isn't too fast. Just look at the installer. Also, if we decide to bundle editor, it would be nice to test it using CGA...

It will take quite some time to handle all the reported locale issues - for example, we can't simply revert the language to English, as the translation system does not...

OK, I was forced to basically take some break from the development, plus there were more important issues - but now I'm working on the locale problems again. Status of...

It wpuld allow translators to use more better, standard tools - so IMHO this should be the goal. Previously DOS codepages might have been problematic to support - with my...