fixed the instructions for the ES file

This commit is contained in:
CristhTejada 2022-09-01 11:15:20 -06:00
parent 751f65e3ba
commit ad983f1673

View File

@ -1,5 +1,5 @@
# The main drawback here is that all application resources for a given locale must exist
# in the same file, and that extended characters such as \u00c5\u0093 aren\u00e2\u0080\u0099t properly encoded by
# in the same file, and that extended characters such as ? aren?t properly encoded by
# default. This is due to Java properties bundles using ISO 8859-1 encoding and thus
# requiring conversion to escaped format, such as \u0153. Fortunately this process can
# be automated using tools like native2ascii