Forum Replies Created
- AuthorPosts
- June 20, 2018 at 5:14 pm in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23451Sung-ik KoParticipant
This is how I want to do:
1. open many files from multiple folders manually. (Sometimes the number can be hundreds, or thousands) . Once all files are open, I save them as a workplace for later use.
2. convert all CJK compatible characters in the files in the workplace to unified ones automatically by the help of a macro.
The 2nd step is what I want to do using a macro without a program halt. Is there any safe and fast way to do this using a macro?
June 19, 2018 at 5:21 pm in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23444Sung-ik KoParticipantThank you for your help.
Here’s what you wrote in your macro Uni_CJK_3.jsee .
——————
var folderPath = “C:\\Users\\makot\\Downloads\\”; // Use double backslash to use backslash character in string// List of documents to process
var docs = [
[“test1.txt”],
[“test2.txt”]
];
———————-
Does it mean I have to change the folder path and the list of documents every time I work with different text file sets? If so, I’m afraid it is not very practical. Most of the time normal users open files and use ‘find & replace’ with ‘Search All Documents in the Group’ checked. Sometimes users open files from different folders. Sometimes hundreds or thousands of files from different folders. I wonder if it is too complicated a work to write a general purpose macro for that situation. if it is not a simple job, I’d better stop here.June 18, 2018 at 5:44 pm in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23433Sung-ik KoParticipantI’m not sure if you need this one, but here’s an excel file just for your information. (if you don’t mind Korean language)
June 18, 2018 at 5:20 pm in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23432Sung-ik KoParticipantI tried to make a macro as you recommended, but I had a problem.
It came to a halt while dealing with just a few text files. Yes, there must be some mistakes, but I don’t know why. I am just a normal computer user and don’t know how to make a computer program, even a simple one.
Can you teach me what I didn’t do?
Sung-ik KoParticipantThank you!
June 3, 2018 at 10:23 am in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23301Sung-ik KoParticipantp.s.
I don’t want compulsive replacement like that of chrome or mediawiki. User selection like Traditional to Simplified Chinese would be the best way for the feature.
June 2, 2018 at 9:29 am in reply to: Fails to open files that start with a letter withn CJK symbols and punctuation. #23299Sung-ik KoParticipantI am using v17.8.0 beta 2 in Windows 10 64 now. It worked well as I reset the box according to your recommendation. Thank you and I will wait for a new version.
- AuthorPosts