Status: New
Owner: ----
New issue 1712 by 
vid...@google.com: Codabar generator rejects ABCD as  
terminal symbols (or TN*E as start symbols)
http://code.google.com/p/zxing/issues/detail?id=1712
What steps will reproduce the problem?
  1. Attempt to generate a Codabar code with value A31117013206375B
What is the expected output? What do you see instead?
  As ABCD and TN*E are equivalent ways of specifying the same four symbols,  
I would expect the code to generate the same bar code as A31117013206375N.
  Instead, I get an IllegalArgumentException saying it has to end in TN*E.
What version of the product are you using? On what operating system?
  Latest on Android.
Please provide any additional information below.
  This seems to be purely a simple input validation problem.
  CodaBarWriter.java lines 35-42 preemptively rejects them, while line 66+  
would have encoded them the same.
-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings