Modify

Opened 9 years ago

Closed 9 years ago

#11458 closed defect (invalid)

File open Dialog does not show files with non ASCII Characters.

Reported by: flohoff Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Create an OSM.xml file with an non ASCII Character in the filename e.g üöäÖÜÄß.xml
  2. Try to open that file with JOSM with the Open Dialog. The file will not show up.

What is the expected result?

Show all files disregarding their filename.

Please provide any additional information below. Attach a screenshot if possible.

All locale and filenames are UTF-8 - Debian/Wheezy.

flo@p2:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Revision: 8395
Repository Root: http://josm.openstreetmap.de/svn
Relative URL: ^/trunk
Last Changed Author: Don-vip
Last Changed Date: 2015-05-19 00:05:33 +0200 (Tue, 19 May 2015)
Build-Date: 2015-05-19 01:31:47
URL: http://josm.openstreetmap.de/svn/trunk
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last Changed Rev: 8395

Identification: JOSM/1.5 (8395 en) Linux Debian GNU/Linux 7.8 (wheezy)
Memory Usage: 962 MB / 1820 MB (324 MB allocated, but free)
Java version: 1.8.0_45, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Dataset consistency test: No problems found

Plugins:
- RoadSigns (30977)
- Tracer2 (30984)
- buildings_tools (31120)
- kendzi3d-jogl (37)
- kendzi3d_Improved_by_Andrei (1.0.179-SNAPSHOT)
- log4j (30892)
- measurement (30892)
- reverter (31120)
- terracer (30892)
- turnlanes (30892)
- turnrestrictions (31034)
- utilsplugin2 (31120)

Last errors/warnings:
- W: Unable to create parent directory: /home/flo/.josm/cache/wms/1/mercator
- W: Unable to create parent directory: /home/flo/.josm/cache/wms/1/mercator
- W: Unable to create parent directory: /home/flo/.josm/cache/wms/1/mercator
- W: Unable to create parent directory: /home/flo/.josm/cache/wms/1/mercator
- W: Unable to create parent directory: /home/flo/.josm/cache/wms/1/mercator

Attachments (0)

Change History (2)

comment:1 by anonymous, 9 years ago

Okay - i found the problem - I was setting partly German locales in my run script like:

export LC_CTYPE=de_DE.UTF-8
export LC_TIME=de_DE.UTF-8
export LC_NUMERIC=de_DE.UTF-8
export LC_MEASUREMENT=de_DE.UTF-8
export LC_PAPER=de_DE.UTF-8
export LC_MONETARY=de_DE.UTF-8

That locale did not exist after a new installation which did not produce an Error but instead simply does not show files with non-ASCII Characters.

Flo

comment:2 by stoecker, 9 years ago

Resolution: invalid
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.