Obsolete functions or features
------------------------------
* `frexp` becomes an internal. Please use `[m,e]=log2(x)` instead.
+* `champ1()` is obsolete. Please use `champ.colored` instead.
Removed Functions
### Bugs fixed in 6.1.0:
* [#2694](http://bugzilla.scilab.org/show_bug.cgi?id=2694): `bitget` did not accept positive integers of types int8, int16 or int32.
* [#7724](http://bugzilla.scilab.org/show_bug.cgi?id=7724): When a figure is created in .auto_resize="on" mode, its .axes_size sets its .figure_size accordingly, not the reverse. But this was not documented.
+* [#7765](http://bugzilla.scilab.org/show_bug.cgi?id=7765): `champ1()` is useless. `champ().colored` is available for a long time.
* [#8307](http://bugzilla.scilab.org/show_bug.cgi?id=8307): `list2vec()` and `vec2list()` were located in the [optimization] module instead of in [data_structures], and were missing in the `See also` section of `list()`.
* [#8784](http://bugzilla.scilab.org/show_bug.cgi?id=8784): Automatic self-adjusting blocks `SCALE_CSCOPE` & `SCALE_CMSCOPE` in Xcos.
* [#5512](http://bugzilla.scilab.org/show_bug.cgi?id=5512): `disp()` puzzlingly displayed arguments in reverse order.
</para>
<para>
If you want colored arrows with the color of the arrows depending on
- the intensity of the field, use <function>champ1</function>.
+ the intensity of the field, set <literal>gce().colored = "on"</literal>.
</para>
<para>
Enter the command <code>champ()</code> to see a demo.
<title>See also</title>
<simplelist type="inline">
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="fchamp">fchamp</link>
</member>
<member>
- <link linkend="fchamp">fchamp</link>
+ <link linkend="xarrows">xarrows</link>
</member>
<member>
- <link linkend="plot2d">plot2d</link>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
</refsection>
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="champ1">
<refnamediv>
<refname>champ1</refname>
- <refpurpose>2D vector field plot with colored
- arrows
+ <refpurpose>
+ 2D vector field plot with colored arrows <emphasis role="bold">(obsolete)</emphasis>
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<refsection>
<title>Description</title>
<para>
+ <warning>
+ <literal>champ1() is obsolete and will be removed from Scilab 6.1.x</literal>.
+ Please use the <literal>champ().colored</literal> property instead.
+ </warning>
+ </para>
+ <para>
<function>champ1</function> draws a 2D vector field with colored
arrows. The color of the arrows depends on the intensity of the
field.
</member>
</simplelist>
</refsection>
+ <refsection role="history">
+ <title>History</title>
+ <revhistory>
+ <revision>
+ <revnumber>6.1.0</revnumber>
+ <revdescription>
+ champ1() is declared obsolete. The champ().colored property replaces it.
+ </revdescription>
+ </revision>
+ </revhistory>
+ </refsection>
</refentry>
<link linkend="champ">champ</link>
</member>
<member>
- <link linkend="champ1">champ1</link>
- </member>
- <member>
<link linkend="graphics_entities">graphics_entities</link>
</member>
</simplelist>
<link linkend="champ">champ</link>
</member>
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="champ_properties">champ_properties</link>
+ </member>
+ <member>
+ <link linkend="xarrows">xarrows</link>
+ </member>
+ <member>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
</refsection>
</varlistentry>
<varlistentry>
<term>
- <link linkend="champ1">champ1</link>
- </term>
- <listitem>
- <para>2D vector field with colored arrows</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <para>
- <scilab:image>champ1();</scilab:image>
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<link linkend="fchamp">fchamp</link>
</term>
<listitem>
</varlistentry>
<varlistentry>
<term>
- <link linkend="champ1">champ1</link>
- </term>
- <listitem>
- <para>champ de vecteur 2D. Flèches colorées</para>
- <para>
- <emphasis role="bold">Exemple:</emphasis>
- </para>
- <para>
- <scilab:image>champ1();</scilab:image>
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<link linkend="fchamp">fchamp</link>
</term>
<listitem>
<para>フィールドのインテンシティに依存した色を有する色付の矢印を
- 使用したい場合,<literal>champ1</literal>を使用してください.
+ 使用したい場合,<literal>gce().colored = "on"</literal>を使用してください.
</para>
</member>
<member>
-
- <link linkend="plot2d">plot2d</link>
-
+ <link linkend="xarrows">xarrows</link>
+ </member>
+ <member>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
<refname>champ1</refname>
- <refpurpose>色付の矢印を有する2次元ベクトルフィールドのプロット</refpurpose>
+ <refpurpose>色付の矢印を有する2次元ベクトルフィールドのプロット <emphasis role="bold">(obsolete)</emphasis></refpurpose>
</refnamediv>
<refsection>
<title>説明</title>
+ <para>
+ <warning>
+ <literal>champ1() is obsolete and will be removed from Scilab 6.1.x</literal>.
+ Please use the <literal>champ().colored</literal> property instead.
+ </warning>
+ </para>
<para>
</simplelist>
</refsection>
+ <refsection role="history">
+ <title>履歴</title>
+ <revhistory>
+ <revision>
+ <revnumber>6.1.0</revnumber>
+ <revdescription>
+ champ1() is declared obsolete. The champ().colored property replaces it.
+ </revdescription>
+ </revision>
+ </revhistory>
+ </refsection>
</refentry>
<member>
- <link linkend="champ1">champ1</link>
-
- </member>
-
- <member>
-
<link linkend="graphics_entities">graphics_entities</link>
</member>
<link linkend="champ">champ</link>
</member>
-
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="champ_properties">champ_properties</link>
</member>
+ <member>
+ <link linkend="xarrows">xarrows</link>
+ </member>
+ <member>
+ <link linkend="polyline_properties">Arrowed polyline</link>
+ </member>
</simplelist>
</varlistentry>
<varlistentry>
<term>
- <link linkend="champ1">champ1</link>
- </term>
- <listitem>
- <para>カラー矢印で2次元ベクトルフィールド</para>
- <para>
- <emphasis role="bold">例:</emphasis>
- </para>
- <para>
- <scilab:image>champ1();</scilab:image>
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<link linkend="fchamp">fchamp</link>
</term>
<listitem>
das setas é proporcional é proporcional à intensidade do campo.
</para>
<para>Se você quiser setas coloridas com a cor das setas dependendo da
- intensidade do campo, use <literal>champ1</literal>.
+ intensidade do campo, use <literal>gce().colored = "on"</literal>.
</para>
<para>
Entre com o comando <literal>champ()</literal> para visualizar uma
<title>Ver Também</title>
<simplelist type="inline">
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="fchamp">fchamp</link>
</member>
<member>
- <link linkend="fchamp">fchamp</link>
+ <link linkend="xarrows">xarrows</link>
</member>
<member>
- <link linkend="plot2d">plot2d</link>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
</refsection>
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="champ1" xml:lang="pt">
<refnamediv>
<refname>champ1</refname>
- <refpurpose>campo vetorial 2d com setas coloridas</refpurpose>
+ <refpurpose>campo vetorial 2d com setas coloridas <emphasis role="bold">(obsolete)</emphasis></refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Seqüência de Chamamento</title>
<refsection>
<title>Descrição</title>
<para>
+ <warning>
+ <literal>champ1() is obsolete and will be removed from Scilab 6.1.x</literal>.
+ Please use the <literal>champ().colored</literal> property instead.
+ </warning>
+ </para>
+ <para>
<literal>champ1</literal> desenha um campo vetorial 2d com setas
coloridas. A cor das setas depende da intensidade do campo.
</para>
</member>
</simplelist>
</refsection>
+ <refsection role="history">
+ <title>Histórico</title>
+ <revhistory>
+ <revision>
+ <revnumber>6.1.0</revnumber>
+ <revdescription>
+ champ1() is declared obsolete. The champ().colored property replaces it.
+ </revdescription>
+ </revision>
+ </revhistory>
+ </refsection>
</refentry>
<link linkend="champ">champ</link>
</member>
<member>
- <link linkend="champ1">champ1</link>
- </member>
- <member>
<link linkend="graphics_entities">graphics_entities</link>
</member>
</simplelist>
<link linkend="champ">champ</link>
</member>
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="champ_properties">champ_properties</link>
+ </member>
+ <member>
+ <link linkend="xarrows">xarrows</link>
+ </member>
+ <member>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
</refsection>
</listitem>
</varlistentry>
<varlistentry>
- <term>champ1</term>
- <listitem>
- <para>campo vetorial 2d com setas coloridas</para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term>fchamp</term>
<listitem>
<para>campo direcional de uma EDO 2d de primeira ordem</para>
</para>
<para>
Если вы желаете раскрасить стрелки в зависимости от интенсивности
- поля, то используйте <function>champ1</function>.
+ поля, то используйте <literal>gce().colored = "on"</literal>.
</para>
<para>
Введите команду <code>champ()</code> для просмотра демонстрации.
<title>Смотрите также</title>
<simplelist type="inline">
<member>
- <link linkend="champ1">champ1</link>
+ <link linkend="champ_properties">champ_properties</link>
</member>
<member>
<link linkend="fchamp">fchamp</link>
</member>
<member>
- <link linkend="plot2d">plot2d</link>
+ <link linkend="xarrows">xarrows</link>
+ </member>
+ <member>
+ <link linkend="polyline_properties">Arrowed polyline</link>
</member>
</simplelist>
</refsection>
<refnamediv>
<refname>champ1</refname>
<refpurpose>
- двумерный график векторного поля с цветными стрелками
+ двумерный график векторного поля с цветными стрелками <emphasis role="bold">(obsolete)</emphasis>
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<refsection>
<title>Описание</title>
<para>
+ <warning>
+ <literal>champ1() is obsolete and will be removed from Scilab 6.1.x</literal>.
+ Please use the <literal>champ().colored</literal> property instead.
+ </warning>
+ </para>
+ <para>
<function>champ1</function> рисует двумерное векторное поле с
цветными стрелками. Цвет стрелок зависит от интенсивности поля.
</para>
</member>
</simplelist>
</refsection>
+ <refsection role="history">
+ <title>История</title>
+ <revhistory>
+ <revision>
+ <revnumber>6.1.0</revnumber>
+ <revdescription>
+ champ1() is declared obsolete. The champ().colored property replaces it.
+ </revdescription>
+ </revision>
+ </revhistory>
+ </refsection>
</refentry>
</varlistentry>
<varlistentry>
<term>
- <link linkend="champ1">champ1</link>
- </term>
- <listitem>
- <para>Двумерное векторное поле с цветными стрелками</para>
- <para>
- <emphasis role="bold">Пример:</emphasis>
- </para>
- <para>
- <scilab:image>champ1();</scilab:image>
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<link linkend="fchamp">fchamp</link>
</term>
<listitem>
#include "BuildObjects.h"
#include "DefaultCommandArg.h"
#include "Champ.h"
+#include "sciprint.h"
#include "localization.h"
#include "Scierror.h"
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
int sci_champ1 (char *fname, void *pvApiCtx)
{
+ sciprint(_("%s: Feature %s is obsolete and will be permanently removed in Scilab %s\n"), _("Warning"), "champ1()", "6.1.x");
+ sciprint(_("%s: Please use %s instead.\n"), _("Warning"), "champ().colored");
+
return sci_champ_G(fname, C2F(champ1), pvApiCtx);
}
/*--------------------------------------------------------------------------*/
GENSIN_f_1.png=e4e9107e33977bc2ec15c56eda72b817\r
GENSQR_f_1.png=5d1882efbb97cbba3134b38ece4a3669\r
Graphics_1.png=27c8486b418fbb7c6824eed71d033448\r
-Graphics_10.png=85bdf268d4455ec7852e0b60d76126b2\r
-Graphics_11.png=cf9d9d7863400326039f6da3b814cec7\r
-Graphics_12.png=f3fb91c58fe1342f76461c2bd4f43af3\r
-Graphics_13.png=2a3b1dcd31d5cb054964f147c6676168\r
-Graphics_14.png=083ad54aee8bee439a11c19199df4d57\r
-Graphics_15.png=022e946ae43362626173962583ba2c75\r
-Graphics_16.png=6735304861cac3a527410d9fca7acdbf\r
-Graphics_17.png=4db104cec73db5309f073b24c2d740e1\r
-Graphics_18.png=48a5ce7ae83e9764fa8285fb1b25b4f9\r
-Graphics_19.png=f2eddb04d3bcde0e1b98decc8a32c3d1\r
+Graphics_10.png=cf9d9d7863400326039f6da3b814cec7\r
+Graphics_11.png=f3fb91c58fe1342f76461c2bd4f43af3\r
+Graphics_12.png=2a3b1dcd31d5cb054964f147c6676168\r
+Graphics_13.png=083ad54aee8bee439a11c19199df4d57\r
+Graphics_14.png=022e946ae43362626173962583ba2c75\r
+Graphics_15.png=6735304861cac3a527410d9fca7acdbf\r
+Graphics_16.png=4db104cec73db5309f073b24c2d740e1\r
+Graphics_17.png=48a5ce7ae83e9764fa8285fb1b25b4f9\r
+Graphics_18.png=f2eddb04d3bcde0e1b98decc8a32c3d1\r
+Graphics_19.png=fb426fe907194095989682f8c1c4b477\r
Graphics_2.png=ca7d6e343da4cb84c5550b19b5111a5e\r
-Graphics_20.png=fb426fe907194095989682f8c1c4b477\r
-Graphics_21.png=3039a9134c31453b49ff23776a4e6abf\r
-Graphics_22.png=e95387c52bc0f1f2bfc674b62c9bb537\r
-Graphics_23.png=1769acb58167f96070f6c71dcd54cbf2\r
-Graphics_24.png=9031d249fda1aeea0a14f05417e56bd7\r
-Graphics_25.png=90067203ae72d8ba7f61061a17f7d016\r
-Graphics_26.png=02e80dc6ec334a5caf5b2c918e68bad3\r
-Graphics_27.png=4bc6636c30fd29609f4bd77bfeaea661\r
-Graphics_28.png=f81c4cf83b99442956c35722e86ec478\r
-Graphics_29.png=7fe04f65bcbeb65eef5f90b3759be02e\r
+Graphics_20.png=3039a9134c31453b49ff23776a4e6abf\r
+Graphics_21.png=e95387c52bc0f1f2bfc674b62c9bb537\r
+Graphics_22.png=1769acb58167f96070f6c71dcd54cbf2\r
+Graphics_23.png=9031d249fda1aeea0a14f05417e56bd7\r
+Graphics_24.png=90067203ae72d8ba7f61061a17f7d016\r
+Graphics_25.png=02e80dc6ec334a5caf5b2c918e68bad3\r
+Graphics_26.png=4bc6636c30fd29609f4bd77bfeaea661\r
+Graphics_27.png=f81c4cf83b99442956c35722e86ec478\r
+Graphics_28.png=7fe04f65bcbeb65eef5f90b3759be02e\r
+Graphics_29.png=87ec396c51a7cc6aafb148e1aa5f9256\r
Graphics_3.png=9d4c072a9f27f8f0e07f7d098ee533ec\r
-Graphics_30.png=87ec396c51a7cc6aafb148e1aa5f9256\r
-Graphics_31.png=67f6ae9c0d36df93eb50e514746aac13\r
-Graphics_32.png=26826b399f567100ed0118a54c896b5a\r
-Graphics_37.png=76950c3a78d543018ca046b7e5709d88\r
+Graphics_30.png=67f6ae9c0d36df93eb50e514746aac13\r
+Graphics_31.png=26826b399f567100ed0118a54c896b5a\r
+Graphics_36.png=76950c3a78d543018ca046b7e5709d88\r
Graphics_4.png=ca17ee46fae89a343407d090111051b5\r
Graphics_5.png=6e915789427344f2111be90b463014b3\r
Graphics_6.png=e830cf073e36fb2c95cf85a9eee02c52\r
-Graphics_7.png=bbb197885458782741ad914e27c8ecf7\r
-Graphics_8.png=82170d2a412a217cfb313017bbec8f7f\r
-Graphics_9.png=a5dddbe55ffd41e86ea4664a5d58cb4a\r
-Graphics_en_US_33.png=caffc3a1e808e6c77f4b3507ccf2244d\r
-Graphics_en_US_34.png=2297699ec06e47b2fe0a18a86fd34c29\r
-Graphics_en_US_35.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
-Graphics_en_US_36.png=415eb9aa50045f403f03bf90418a60da\r
-Graphics_en_US_38.png=949d08ca0d73f015692fe34327e6f479\r
-Graphics_en_US_39.png=472c77f8a7f56a9ecded78b1cb041139\r
-Graphics_fr_FR_33.png=caffc3a1e808e6c77f4b3507ccf2244d\r
-Graphics_fr_FR_34.png=2297699ec06e47b2fe0a18a86fd34c29\r
-Graphics_fr_FR_35.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
-Graphics_fr_FR_36.png=415eb9aa50045f403f03bf90418a60da\r
-Graphics_fr_FR_38.png=949d08ca0d73f015692fe34327e6f479\r
-Graphics_fr_FR_39.png=472c77f8a7f56a9ecded78b1cb041139\r
-Graphics_ja_JP_33.png=caffc3a1e808e6c77f4b3507ccf2244d\r
-Graphics_ja_JP_34.png=2297699ec06e47b2fe0a18a86fd34c29\r
-Graphics_ja_JP_35.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
-Graphics_ja_JP_36.png=415eb9aa50045f403f03bf90418a60da\r
-Graphics_ja_JP_38.png=949d08ca0d73f015692fe34327e6f479\r
-Graphics_ja_JP_39.png=472c77f8a7f56a9ecded78b1cb041139\r
-Graphics_pt_BR_33.png=caffc3a1e808e6c77f4b3507ccf2244d\r
-Graphics_pt_BR_34.png=2297699ec06e47b2fe0a18a86fd34c29\r
-Graphics_pt_BR_35.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
-Graphics_pt_BR_36.png=415eb9aa50045f403f03bf90418a60da\r
-Graphics_pt_BR_38.png=949d08ca0d73f015692fe34327e6f479\r
-Graphics_pt_BR_39.png=472c77f8a7f56a9ecded78b1cb041139\r
-Graphics_ru_RU_33.png=caffc3a1e808e6c77f4b3507ccf2244d\r
-Graphics_ru_RU_34.png=2297699ec06e47b2fe0a18a86fd34c29\r
-Graphics_ru_RU_35.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
-Graphics_ru_RU_36.png=415eb9aa50045f403f03bf90418a60da\r
-Graphics_ru_RU_38.png=949d08ca0d73f015692fe34327e6f479\r
-Graphics_ru_RU_39.png=472c77f8a7f56a9ecded78b1cb041139\r
+Graphics_7.png=82170d2a412a217cfb313017bbec8f7f\r
+Graphics_8.png=a5dddbe55ffd41e86ea4664a5d58cb4a\r
+Graphics_9.png=85bdf268d4455ec7852e0b60d76126b2\r
+Graphics_en_US_32.png=caffc3a1e808e6c77f4b3507ccf2244d\r
+Graphics_en_US_33.png=2297699ec06e47b2fe0a18a86fd34c29\r
+Graphics_en_US_34.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
+Graphics_en_US_35.png=415eb9aa50045f403f03bf90418a60da\r
+Graphics_en_US_37.png=949d08ca0d73f015692fe34327e6f479\r
+Graphics_en_US_38.png=472c77f8a7f56a9ecded78b1cb041139\r
+Graphics_fr_FR_32.png=caffc3a1e808e6c77f4b3507ccf2244d\r
+Graphics_fr_FR_33.png=2297699ec06e47b2fe0a18a86fd34c29\r
+Graphics_fr_FR_34.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
+Graphics_fr_FR_35.png=415eb9aa50045f403f03bf90418a60da\r
+Graphics_fr_FR_37.png=949d08ca0d73f015692fe34327e6f479\r
+Graphics_fr_FR_38.png=472c77f8a7f56a9ecded78b1cb041139\r
+Graphics_ja_JP_32.png=caffc3a1e808e6c77f4b3507ccf2244d\r
+Graphics_ja_JP_33.png=2297699ec06e47b2fe0a18a86fd34c29\r
+Graphics_ja_JP_34.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
+Graphics_ja_JP_35.png=415eb9aa50045f403f03bf90418a60da\r
+Graphics_ja_JP_37.png=949d08ca0d73f015692fe34327e6f479\r
+Graphics_ja_JP_38.png=472c77f8a7f56a9ecded78b1cb041139\r
+Graphics_pt_BR_32.png=caffc3a1e808e6c77f4b3507ccf2244d\r
+Graphics_pt_BR_33.png=2297699ec06e47b2fe0a18a86fd34c29\r
+Graphics_pt_BR_34.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
+Graphics_pt_BR_35.png=415eb9aa50045f403f03bf90418a60da\r
+Graphics_pt_BR_37.png=949d08ca0d73f015692fe34327e6f479\r
+Graphics_pt_BR_38.png=472c77f8a7f56a9ecded78b1cb041139\r
+Graphics_ru_RU_32.png=caffc3a1e808e6c77f4b3507ccf2244d\r
+Graphics_ru_RU_33.png=2297699ec06e47b2fe0a18a86fd34c29\r
+Graphics_ru_RU_34.png=6ffc4cdec09ab46a1e5d4ae9fc119fc9\r
+Graphics_ru_RU_35.png=415eb9aa50045f403f03bf90418a60da\r
+Graphics_ru_RU_37.png=949d08ca0d73f015692fe34327e6f479\r
+Graphics_ru_RU_38.png=472c77f8a7f56a9ecded78b1cb041139\r
INIMPL_f_1.png=abac7044fea3fc1a4f989661cfc42391\r
INIMPL_f_fr_FR_1.png=83eb32af09f9e2231acc98c36b82dce2\r
INTEGRAL_m_1.png=819a0959f064d7afdfb7cc858016a945\r
std::unordered_map<std::wstring, std::wstring> map;
// Scilab 6.0.x => 6.1.0
+ map.emplace(L"champ1", L"champ.colored");
map.emplace(L"dirname", L"fileparts");
map.emplace(L"_d", L"_");
map.emplace(L"dgettext", L"gettext");