locked
Is it possible to change default codepage of CRM 4.0 pages? RRS feed

  • Question

  • I need to printout unicode characters (Russian) from External reference JS (in alerts for example).
    When i'm trying to do that i see squareboxes in alert window instead of russian language.

    the defaul codepage of crm pages (in META tag) is utf-8, if i change it in browser to WIndows-Cirilic it see a normal text. But i don't know how to change default codepage.

    What can i do about it?
    Tuesday, October 6, 2009 8:15 AM

Answers

  • Well, it is not supported to modifiy CRM files... so it will be hard...

    Don't you have the possibility to encode the russian characters in your javascript so it is well displayed in alerts?
    My blog : http://mscrmtools.blogspot.com You will find: Form Javascript Manager (export/import javascript from forms) ISV.Config Manager (graphical ISV.config edition - export/import) View Layout replicator (customize one view and replicate to others) And others (use tool tag on my blog)
    Tuesday, October 6, 2009 8:20 AM
    Moderator
  • So will be using http://rishida.net/tools/conversion/ =) small manual procedure =(
    Tuesday, October 6, 2009 10:15 AM

All replies

  • Well, it is not supported to modifiy CRM files... so it will be hard...

    Don't you have the possibility to encode the russian characters in your javascript so it is well displayed in alerts?
    My blog : http://mscrmtools.blogspot.com You will find: Form Javascript Manager (export/import javascript from forms) ISV.Config Manager (graphical ISV.config edition - export/import) View Layout replicator (customize one view and replicate to others) And others (use tool tag on my blog)
    Tuesday, October 6, 2009 8:20 AM
    Moderator
  • i'm trying to convert it to unicode sting that but strange thing happens - charCodeAt() returns 65533 on ANY russian symbol, so i did not find the way to do that yet.
    Tuesday, October 6, 2009 8:23 AM
  • So will be using http://rishida.net/tools/conversion/ =) small manual procedure =(
    Tuesday, October 6, 2009 10:15 AM