Im still new at this and trying to make a text extraction script. I think this text is shift jis and using 0a as a next line
How can i include in the script that it will change 0a to 0d0a when extracting the text?
Tried changing the codepage and didnt work for me or doing it wrong.
convert next line 0a to 0d0a when extarcting
-
- Posts: 81
- Joined: Sun Jul 10, 2016 11:07 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: convert next line 0a to 0d0a when extarcting
Extraction is an exact 1:1 dump of the dump "as-is" so you can't perform customizations.
The Slog command used for translations instead extracts the data directly with the carriage-return/line-feed combo (the so called "DOS/MAC format") but it's a different thing.
Anyway why you care about that? Almost all the text editors handle the LF and CRLF new lines without problems.
So the solution is... change your text editor
The Slog command used for translations instead extracts the data directly with the carriage-return/line-feed combo (the so called "DOS/MAC format") but it's a different thing.
Anyway why you care about that? Almost all the text editors handle the LF and CRLF new lines without problems.
So the solution is... change your text editor
-
- Posts: 81
- Joined: Sun Jul 10, 2016 11:07 am
Re: convert next line 0a to 0d0a when extarcting
yeah just noticed that only notepad has a problem with those 0a, notepad++, excel and even word handles them perfectly.
will change my default txt application to notepad++, thanks!
will change my default txt application to notepad++, thanks!