Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #965 (new task)

Opened 3 months ago

Last modified 3 months ago

Mongolian cyrillic characters don't entirely work

Reported by: djazayeri Assigned to: somebody
Priority: minor Milestone: OpenMRS 1.4
Component: OpenMRS Code Base Keywords:
Cc: Erdenechimeg, <erdenechimeg@dot.mn>, jornbraa@gmail.com Introductory Ticket:

Description

I tried creating a patient whose name has the following two characters in it: ө ү

Some things work, some don't.

  1. 'Add new patient', then type the name, then click 'Create Person': BROKEN. (Everything after the first odd character in the name is lost when you get to the next page, as are age and gender.)
    1. This is because the url redirected to is incorrectly escaped: http://localhost:8080/openmrs/admin/patients/newPatient.form?addName=D&#1257;rius%20Jaza&#1199;eri&addBirthdate=&addAge=30&addGender=M
  2. Actually creating a patient with those letters in the name: SORT OF WORKS
    1. The name actually saved in the database is: D&#1257;rius. Thus viewing that patient record it appears correct on the screen.
  3. Searching for a patient with odd letters in their name: BROKEN
    1. Because the name in the DB has &#1257; in it, doing the DWR search for ө breaks.

Change History

08/12/08 17:56:41 changed by djazayeri

  • cc set to Erdenechimeg, <erdenechimeg@dot.mn>, jornbraa@gmail.com.

When this is fixed please email: Erdenechimeg <erdenechimeg@dot.mn> and jornbraa@gmail.com

(They're added to the CC, but they may delete automated trac emails without reading them. :-)