i had a curious problem where deployment failed because one of the fields was over allowed size. When i looked at the saved DCR i couldnt find the problem with any of the elements.the elements use japanise chars, if i VI the DCR i will see something like this:BPHã~A«ã~A¤ã~A~Dã~A¦which makes me wonder if japanise chars take up 2x the space when they are saved, and if the max length was 100 then it would only support 50 japanise characters.am i on the right track?also:the text element has a max-length attribute. is this enough to contstrain length? or should i also be using validation-regex attribute?snacks,Mikhail
if this is the case, should i tell the japanese content creators that they must make all of their content about 1/3 of the size of US content because of a teamsite limitation? that would be bad.