- Posted by
- THE BACKGROUND: I have some Japanese text that uses only the Katakana alphabet and I have a bitmap font system to display it. However, the bitmap font system does not support Unicode or even UTF-8. I can only use Windows-1252 encoded ASCII which is obviously no use for displaying Katakana. THE TASK:...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- CraigBryan
Sep 09, 2015
- That's perfect! Thanks very much :)Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- CraigBryan
Jan 09, 2014
- Hi, I am trying to validate some XML files that contain many strings like this: <Phrase id=" e76a7a36-27cb-4d4a-abbf-a17e009a3b4f " The ID between the quotes should always be 36 characters long, but I had an instance recently where one of them was longer. What I would like to do is run a search to f...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- CraigBryan
Jan 09, 2014
- Awesome! Thanks :)Posted in Scripts
-   Topics
-   Views
- CraigBryan
Nov 21, 2013
- Thanks, that's great! Now that I have that working, it has brought another problem to light: I need to use regex for the find/replace because I need to capture the strings and place tags around them. However, some of the strings have characters in them that need to be escaped. Is there an easy way t...Posted in Scripts
-   Topics
-   Views
- CraigBryan
Nov 19, 2013
- Hi, I have many files across many folders that contain a number of strings that need tags around them. The strings for tagging are stored in a separate file as a list with each string on a separate line. What I want to do is read each line from the file and carry out the find/replace on a folder. I ...Posted in Scripts
-   Topics
-   Views
- CraigBryan
Nov 19, 2013
- That's very helpful. Thank you once again :)Posted in Scripts
-   Topics
-   Views
- CraigBryan
Nov 12, 2013
- Hi, I have many files that contain \n as part of the text, like this: Post-trigger has started.\nSnapshot Setup popup will be closed. What I need to do is find the instances of \n and place tags around them. But I am having real problems differentiating between the written \n and the end of line. I'...Posted in Scripts
-   Topics
-   Views
- CraigBryan
Nov 12, 2013