I increased the maxLen parameters for those field to accommodate. It was definitely safe to increase this by one, there might be room for one more. I think what we need to do is check the total length, and if the total length doesn’t fit, we need to either strip the +4, or truncate the city name portion to fit. I think truncating the city name might actually be better.
Reading up on the postal code, and it looks like there are USPS approved “13 character” abbreviations, which will be truncated with only 26 characters available. I’m pretty sure that 27 will fit, but I should do a test printout to be sure. http://pe.usps.gov/cpim/ftp/pubs/pub28/pub28.pdf
This isn’t a major issue, but I want to make sure we’ve got it covered well, so not ready for commit just yet.
Just fixed a comment, and upped the field size to 27. It fits, but if you need all 27 characters (because you need to use a full 13 character city name) you need to really make sure your margins are set and your paper is lined up perfectly cause it’s very tight.