[GRASS-dev] [GRASS GIS] #1889: wxPy loc'n wiz: don't auto-launch into PERMANENT
GRASS GIS
trac at osgeo.org
Wed Feb 27 05:23:51 PST 2013
#1889: wxPy loc'n wiz: don't auto-launch into PERMANENT
-----------------------------+----------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: 6.4.3 RCs
Keywords: location wizard | Platform: Unspecified
Cpu: x86-64 |
-----------------------------+----------------------------------------------
Comment(by glynn):
Replying to [comment:10 wenzeslaus]:
> In r55231 I added some doc for r55229 but actually, I don't understand
the issue completely. I know about ticked #1293 and I can see that
functions G_legal_filename or G_check_input_output_name (file
legal_name.c) are used only on a few places (according to grep and
programming manual). There is some check in G_parser function because it
is not possible to create map with dot or slash but probably
G_legal_filename is not used. (There is a warning which is reported twice
but that is another issue.)
G_parser() doesn't check for legal file names. However, G_open() etc do,
and those functions are used by Rast_open_new() etc.
> I've tried to create map with non-latin characters but I'm not able to
do it.
Bytes above 126 aren't allowed in filenames. That excludes the DEL
character as well as all non-ASCII characters, regardless of the encoding.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1889#comment:11>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list