-
iCagenda
-
iCagenda - English
-
export registrations list with windows-1256 encoding ?
export registrations list with windows-1256 encoding ?
-
tareq
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 2
-
Remerciements reçus 0
-
-
il y a 5 ans 10 mois #16418
par tareq
Dears
Thanks for the gr8 extension is it possible to enable the export the registrations list with windows-1256 encoding ?
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 5 ans 10 mois #16420
par Lyr!C
Hello,
Yes of course it could be possible, but can't the ISO 8859-6 format do the job ? (i think you need Arabic characters?)
Best regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Connexion ou Créer un compte pour participer à la conversation.
-
tareq
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 2
-
Remerciements reçus 0
-
-
il y a 5 ans 9 mois #16455
par tareq
Hello ,,
actually this will not do the job . but I will try to manually convert it with notepad++ then open it in excel .
however if it is available in future versions it will be appreciated .
thanks for the gr8 extension .
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 5 ans 9 mois #16461
par Lyr!C
Hello tareq,
i can see to add windows-1256 for iCagenda 3.8 serie
For now, you can modify the file: ROOT/administrator/components/com_icagenda/models/forms/download.xml
and add the windows-1256 option like that :
<field
name="character_encoding"
type="list"
label="COM_ICAGENDA_EXPORT_ENCODING_LABEL"
description="COM_ICAGENDA_EXPORT_ENCODING_DESC"
default="UTF-8"
>
<option value="BIG5">BIG5</option>
<option value="ISO-2022-JP">ISO-2022-JP</option>
<option value="ISO-8859-1">ISO-8859-1</option>
<option value="ISO-8859-2">ISO-8859-2</option>
<option value="ISO-8859-3">ISO-8859-3</option>
<option value="ISO-8859-4">ISO-8859-4</option>
<option value="ISO-8859-5">ISO-8859-5</option>
<option value="ISO-8859-6">ISO-8859-6</option>
<option value="ISO-8859-7">ISO-8859-7</option>
<option value="ISO-8859-8">ISO-8859-8</option>
<option value="ISO-8859-9">ISO-8859-9</option>
<option value="ISO-8859-10">ISO-8859-10</option>
<option value="ISO-8859-13">ISO-8859-13</option>
<option value="ISO-8859-14">ISO-8859-14</option>
<option value="ISO-8859-15">ISO-8859-15</option>
<!-- (iconv?) option value="ISO-8859-16">ISO-8859-16</option-->
<!-- (iconv?) option value="US-ASCII">US-ASCII</option-->
<option value="UTF-7">UTF-7</option>
<option value="UTF-8">UTF-8</option>
<option value="UTF-16">UTF-16</option>
<option value="Windows-1251">Windows-1251</option>
<option value="Windows-1252">Windows-1252</option>
<option value="Windows-1256">Windows-1256</option>
</field>
iCagenda 3.8.0 will include the same change
Hope this helps ?
Best regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Connexion ou Créer un compte pour participer à la conversation.
-
iCagenda
-
iCagenda - English
-
export registrations list with windows-1256 encoding ?
Temps de génération de la page : 0.104 secondes