How to list available Charset in zimbra: Difference between revisions

(Created page with "=How to list available Charset in zimbra= {{KB|{{ZC}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}|}} ==Resolution== We will show how to save the available charset into file for the...")
 
Line 3: Line 3:




==Resolution==
===Resolution===


We will show how to save the available charset into file for the different zimbra versions.  
We will show how to save the available charset into file for the different zimbra versions.  




===8.0.9===
====8.0.9====


grep -ri "ZaSettings.mailCharsetChoices =" ./jetty/webapps/zimbraAdmin/js/zimbraAdmin/config/settings/ZaSettings.js -A 158 > /tmp/zimbra_charset  
grep -ri "ZaSettings.mailCharsetChoices =" ./jetty/webapps/zimbraAdmin/js/zimbraAdmin/config/settings/ZaSettings.js -A 158 > /tmp/zimbra_charset  




===8.6/8.7===
===8.6====
 
grep -ri "ZaSettings.mailCharsetChoices =" /opt/zimbra/jetty/webapps/zimbraAdmin/js/Admin_all.js -A 158 > /tmp/zimbra_charset
 
 
====8.7====


grep -ri "ZaSettings.mailCharsetChoices =" ./jetty-distribution-9.3.5.v20151012/webapps/zimbraAdmin/js/Admin_all.js -A 158 > /tmp/zimbra_charset
grep -ri "ZaSettings.mailCharsetChoices =" ./jetty-distribution-9.3.5.v20151012/webapps/zimbraAdmin/js/Admin_all.js -A 158 > /tmp/zimbra_charset

Revision as of 11:28, 23 March 2017

How to list available Charset in zimbra

   KB 23138        Last updated on 2017-03-23  




0.00
(0 votes)


Resolution

We will show how to save the available charset into file for the different zimbra versions.


8.0.9

grep -ri "ZaSettings.mailCharsetChoices =" ./jetty/webapps/zimbraAdmin/js/zimbraAdmin/config/settings/ZaSettings.js -A 158 > /tmp/zimbra_charset


8.6=

grep -ri "ZaSettings.mailCharsetChoices =" /opt/zimbra/jetty/webapps/zimbraAdmin/js/Admin_all.js -A 158 > /tmp/zimbra_charset


8.7

grep -ri "ZaSettings.mailCharsetChoices =" ./jetty-distribution-9.3.5.v20151012/webapps/zimbraAdmin/js/Admin_all.js -A 158 > /tmp/zimbra_charset



Verified Against: Zimbra Collaboration 8.6, 8.5, 8.0 Date Created: 13/10/2016
Article ID: https://wiki.zimbra.com/index.php?title=How_to_list_available_Charset_in_zimbra Date Modified: 2017-03-23



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 COPY EDITOR Last edit by Teodor Vizirov
Jump to: navigation, search