Hi Martin, I updated your post to make the asterisks visible that have been interpreted as Markdown elements for italic formatting ... Have a look at the Wiki https://sourceforge.net/p/convertcp/wiki/Home/#db55 ff While CONVERTCP doesn't support globbing (i.e. searching filenames with wildcard characters), all shell scripting languages that I'm aware of do support it. Unfortunately you didn't tell what kind of Shell script you're using to call CONVERTCP. In case of Windows Batch, the command line...
Hi Martin, I updated your post to make the asterisks visible that have been interpreted as Markdown elements for italic formatting ... Have a look at the Wiki https://sourceforge.net/p/convertcp/wiki/Home/#db55 ff While CONVERTCP doesn't support globbing (i.e. searching filenames with wildcard characters), all shell scripting languages that I'm aware of do support it. Unfortunately you didn't tell what kind of Shell script you're using to call the CONVERTCP. In case of Windows Batch, the command...
Hi Steffen, searching for a solution to run convertcp with "*" in the filename. (because the filename changes every day) convertcp 65001 1252 /i "SFSF_TO_Remedy_*.csv" /o "chris1252.asc" this does not find the source file although existing.... Martin
Hi Steffen, searching for a solution to run convertcp with "" in the filename. (because the filename changes every day) convertcp 65001 1252 /i "SFSF_TO_Remedy_.csv" /o "chris1252.asc" this does not find the source file although existing.... Martin
There are always AV engines that complain about the binaries. I don't care at all because I wrote the code and I know those are just false positives. So, you should actually blame it on the AV vendors for not being able to develop their engines to reliably distinguish between harmless programs and malware. I always upload the binaries to VirusTotal myself. Currently x86: https://www.virustotal.com/gui/file/4700bd124f7b6e01fac05cfbc511dafef84e70e741bf91b129f5c328561757c5 x64: https://www.virustotal.com/gui/file/b3c9112f31a49a3aa8de6bed89b77fc5afed2a746f9e489c7b3c9cd7396c87db...
I discovered this download is detected by AV as containing a threat: Artemis!CAF5EB764F2F
Replacing file content with the converted text UPDATE: Version 8.2 supports overwriting of the original file. Pass a minus sign along with option /o. Original text: I already wrote some examples in the "readme.txt" about how to convert a single file. You may ask why CONVERTCP doesn't support overwriting of a file with the converted content. The reason is that the tool doesn't read the entire content of the file at once. Especially for large files it's more memory-efficient to read only chunk-wise...
How to find the right Code Page ID and why CONVERTCP doesn't detect code pages automatically The supported code pages depend on the installed code pages on your computer. Option /l lists the installed code pages along with a short description. A lot of these IDs are not self-explanatory though. If you're familiar with .NET or HTML you may already know some MIME names that are listed on the Microsoft page https://msdn.microsoft.com/en-us/library/dd317756.aspx This table might be already helpful if...
Haha, yeah I recall that I wrote that piece of code. Although I can't even tell anymore where I ever published it. However, glad to hear it's still helpful. Steffen
Unrelated to this topic , Steffen. I wanted to thank you for your vbs script on cng2jpg in 2018. Life saver! - Gerhard
You're welcome. I'm happy if the tool is helpful for you. Steffen
Sorry for that, and thank you for the help. Typo - like so often. Have a nice day.
Hello Thomas, The reason is that 650001 is an invalid code page. In case you want to convert to UTF-8 use codepage 65001 (with only two zeros) or just pass "UTF-8" instead of the numeric value. Hope this helps Steffen
Hello all, I've downloaded and tested this programm. It does not work as desired for me. My command line is: convertcp 28591 650001 /i "Quell-DCM.dcm" /o "Quell-DCM.dc_.dcm" The output is the help message. What's wrong? Anybody had equal experiences? regards
That's good news. Thanks for your feedback!
That's good new. Thanks for your feedback!
Many tnx for MIK support , test in real situation, work perfect !!!
Thank you for your nice feedback! Developers need people like you who report issues. You have been a great help.
YES, the issue is resolved ! Thanks a lot ! As I'm french I have the same problems as you with special characters and accents. You are developing a great command line tool ! Have a nice day !
Fixed in version 7.2. This version also contains custom conversions from and to UTF-8. That's because Microsoft's API function didn't conform with the Unicode standard on XP and performed a CESU-8-like conversions.
Nothing, just a return to the prompt.
Oh yes, that's a severity bug. I forgot to support 0 and 1 in the 7th versions. Will be fixed with the next release. Thank you!
Hello again, With the release 7.1 , this command line doesn't works anymore on XP SP3 : convertcp 0 1 /i c:\test.txt /o c:\test2.txt /f Content of the source file (input): Liste des logiciels installés Content of the destination file (output): ????????????????????????????? with release 6.4 : Content of the source file (input): Liste des logiciels installés Content of the destination file (output): Liste des logiciels install‚s I hpoe that this issue will be resolved like the previous. Best regar...
Thank you for your feedback! Much appreciated.
OK ! No more problem with the option /l on XP. Tested today only, sorry for the delay.
OK ! No more problem with the option /l on XP. Tested today only, sorry for the delay.
Version 7.1 is supposed to fix the broken option /l on XP. Any feedback appreciated.
To the thread starter: If you are still interested, version 7 supports MIK. See https://sourceforge.net/projects/convertcp/files/custom%20charsets/
Thanks for letting me know. Unfortunately I can't test myself on XP anymore. Can you explain more specific what output you get?
Hello, The /l switch doesn't works on french edition of Windows XP Pro SP3. Tested with the latest build 6.4. Best regards
Same to you! Let me know if there is anything I still could do to help you.
Don't worry and thank you very much again :) Have nice day :)
I'm certainly able to write a little separate tool for you that implements MIK. But to which code page do you want to convert it?
Understand, thank u, not luck with convertcp. MIK not have for windows, only for DOS. Me start old programs under dosbox and load old cyrillic drivers (MIK) for write on cyrillic. Here have few drivers ( if u wanna look what is strange CP). https://drive.google.com/drive/folders/0B9MRDg5wjbOpWmFoOWNrZ2hDRWM
Every codepage that is supported on Windows has an ID, such like 855. See ... https://en.wikipedia.org/wiki/Code_page_855 ... which is not the same like MIK as I understood. CONVERTCP does not contain any character maps (translation tables from the bytes that represent a character to the related Unicode code points). Thus, only code pages that are installed on Windows are supported by CONVERTCP. Do you know whether or not MIK is installed on Windows? If it is installed it has to have a code page...
MIK it's unique CP ,work only under BG DOS, dont understand your question about ID! If ask for name - MIK, MIC or Bulgaria MIK. In this archived page have more info ( BG language, sorry! ): http://trekto.info/kirilica-injinera/free.hit.bg/injinera/realdos/dos_bg.htm
I'd be happy to add it to the names you may pass instead of the code page IDs. CONVERTCP relies on the installed code pages on you computer though. Can you help out with the code page ID that the MIK charset has?
Hello Steffan, please add Bulgarain MIK CP in your amazin converter. More info have here in wikipedia : https://en.wikipedia.org/wiki/MIK_(character_set) Many tnx :)