|
@@ -555,7 +555,7 @@ public class PsiphonTunnel extends Psi.PsiphonProvider.Stub {
|
|
|
region = defaultLocale.getCountry();
|
|
region = defaultLocale.getCountry();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- return region.toUpperCase();
|
|
|
|
|
|
|
+ return region.toUpperCase(Locale.US);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
//----------------------------------------------------------------------------------------------
|