abhinavsaxena990 / android-obd-reader

Automatically exported from code.google.com/p/android-obd-reader
0 stars 0 forks source link

buildmachine/country dependant code #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get codes
2. Set Country to Finland, or some else where used decimal separator is ',' 
instead of '.'
3. Build with maven

What is the expected output? What do you see instead?
- Code compiled and apk created
- Testing fails in assertion because values are separated with ',' instead of 
'.'

What version of the product are you using? On what operating system?
- Downloaded available ones with Git 6th of February 2013.
- Win7 Enterprise SP1 (6.1) / Amd64 / jdk1.6.0_39 / Maven 3.0.4

Please provide any additional information below.
Could also be metric/imperial issue?

Original issue reported on code.google.com by jouko.b...@ixonos.com on 6 Feb 2013 at 12:24

Attachments:

GoogleCodeExporter commented 8 years ago
ELM327 works with US-ASCII encoding so this is a no-go, as it shouldn't have 
impact on compilation nor testing. Unfortunately, I can't reproduce this as 
I've got no Windows system (but I do have Linux with pt_PT-UTF8 locale, and PT 
uses "," instead of "." fraction separator).

Original comment by pjpi...@gmail.com on 11 Feb 2013 at 1:45