slew77 / hle-ofx-quotes

Automatically exported from code.google.com/p/hle-ofx-quotes
0 stars 1 forks source link

generated ofx has default curency of USD when ran on UK settings Windows 7 64 bit #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import CSV
2. fails on windows 7 64bit saying currency detected is USD
3. Works in XPmode on same system

What is the expected output?
Import ofx into money

What do you see instead?
fails saying currency detected in ofx is USD 

What version of the product are you using? 
Version: Build_20110515_001

On what operating system?
UK settings Windows 7 64 bit

Windows 7 (64bit) Version of Java:-
C:\Users\Paul>java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

XPmode Version of Java:-
C:\Documents and Settings\XPMUser>java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)

Please provide any additional information below.

Format of .csv
Name,Symbol: Exchange,Quote Date & Time,Last Price,Currency for Last Price

Aegon Investment Grade Bond Fund Income,B1419R5,Jun 20 2011 14:30 GMT,98.26,GBX 

NOTE: if there are any strange characters at the end of the symbol number they 
are not there in the actual .csv 

hleOfx (Version: Build_20110515_001) works fine in Windows VirtualPC XPmode on 
windows 7 64bit but when I run it actually on Windows 7 (64 bit) the import of 
the ofx into money fails saying that money has detected a USD currency (when 
its meant to be GBP) if I compare the ofx files that were generated from the 
same source the XPmode has on line 27:-

<CURDEF>GBP</CURDEF>

Whereas the win 7 ofx file has:-

<CURDEF>USD</CURDEF>

in win7 Control Panel The Region and language is:- Format: English(United 
Kingdom) Location: United Kingdom Keyboard: UK Currencey is £

in short everything is English UK, so the question is why does running hleOfx 
on Windows 7 (UK) produce a default currency of USD in the ofx file whereas in 
XPmode it works and produces GBP. I also see that other UK users with win 7 
don't have this problem???

I do have a work around of running hleOfx in XPmode but it would be nice not to 
have to. 

Original issue reported on code.google.com by progers...@hotmail.com on 20 Jun 2011 at 8:31

Attachments:

GoogleCodeExporter commented 8 years ago
PLEASE Cancel this issue.

Brain was in nuetral, when I installed hleOfx on win7 completely forgot to set 
the currency in Tools

Original comment by progers...@hotmail.com on 20 Jun 2011 at 9:13

GoogleCodeExporter commented 8 years ago
Per user request. Will mark as not-fix BUT this brings up a good point about 
should use current user locale can default to that value.

Thanks for the bug report.

Best,

Original comment by hle...@gmail.com on 21 Jun 2011 at 1:24