Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Western-Arabic digits instead of Perso-Arabic on devices with Persian locale #324

Open
iriman opened this issue Oct 10, 2021 · 0 comments

Comments

@iriman
Copy link

iriman commented Oct 10, 2021

Hi, on devices with Persian locale, by exporting tracks as GPX, time stamps and file names use Perso-Arabic digits and this makes some difficulties to read generated GPX files later. For example some softwares don't understand Perso-Arabic digits and omit them or some other can't open them because of file name.

example:
file name: ۲۰۰۰-۰۱-۰۱_۱۰-۰۱-۰۲_۲۰۰۰-۰۱-۰۱_۱۰-۰۱-۰۲.gpx
part of content:

<wpt lat="37.13575057" lon="49.68532362">
		<ele>47.0</ele>
		<time>۲۰۰۰-۰۱-۰۱T۱۰:۳۸:۲۰Z</time>
		<name><![CDATA[نانوایی لواش]]></name>
		<cmt><![CDATA[دقت: 6.067999839782715م]]></cmt>
		<sat>14</sat>
	</wpt>
	<trk>
		<name><![CDATA[با OSM Tracker for Android™‎ ضبط شده است]]></name>
		<trkseg>
			<trkpt lat="37.2766247" lon="49.93418447">
				<ele>-8.0</ele>
				<time>۲۰۰۰-۰۱-۰۱T۱۰:۲۰:۱۱Z</time>
				<extensions>
					<speed>4.820000171661377</speed>
				</extensions>
			</trkpt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants