richiwatts
Technical User
Does any one of of a little tool that can validate maximum characters allowed?
I have a few xml files that I need to translate into French but need to make sure I do not exceed max characters allowed and it is taking too long to keep pasting into Word to get a word count.
<DEFAULTSTRING name="even" maxNumberOfChars="8">Even</DEFAULTSTRING>
<DEFAULTSTRING name="red" maxNumberOfChars="8">Red</DEFAULTSTRING>
<DEFAULTSTRING name="black" maxNumberOfChars="8">Black</DEFAULTSTRING>
<DEFAULTSTRING name="odd" maxNumberOfChars="8">Odd</DEFAULTSTRING>
Rich
I have a few xml files that I need to translate into French but need to make sure I do not exceed max characters allowed and it is taking too long to keep pasting into Word to get a word count.
<DEFAULTSTRING name="even" maxNumberOfChars="8">Even</DEFAULTSTRING>
<DEFAULTSTRING name="red" maxNumberOfChars="8">Red</DEFAULTSTRING>
<DEFAULTSTRING name="black" maxNumberOfChars="8">Black</DEFAULTSTRING>
<DEFAULTSTRING name="odd" maxNumberOfChars="8">Odd</DEFAULTSTRING>
Rich