libiconv hosts its code at git://git.sv.gnu.org/libiconv.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:libiconv

See all merge proposals.

libiconv has 1 active branch owned by 1 team. There were 11 commits by 2 people in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:libiconv
Series: trunk
1 Development 2023-05-29 11:59:43 UTC
1262. GB18030: Help transitioning away from...

Author: Bruno Haible
Revision Date: 2023-05-29 11:59:43 UTC

GB18030: Help transitioning away from PUA code points.

* lib/gb18030ext.h (gb18030_2005_ext_wctomb): Remove function.
(gb18030ext_wctomb): Renamed from gb18030_2022_ext_wctomb.
* lib/gb18030uni.h (gb18030_2005_uni_wctomb): Map 6 Ext-B code points to
4-bytes sequences.
(gb18030_2022_uni_wctomb): Small refactoring.
* lib/gb18030_2005.h (gb18030_2005_pua2charset): Map 6 PUA code points
to 4-bytes sequences instead of 2-bytes sequences.
(gb18030_2005_wctomb): Update accordingly. Invoke gb18030ext_wctomb
instead of gb18030_2005_ext_wctomb.
* lib/gb18030_2022.h (gb18030_2022_wctomb): Invoke gb18030ext_wctomb
instead of gb18030_2022_ext_wctomb.
* tests/GB18030-2005.IRREVERSIBLE.TXT: Update the inverse mappings of 6
Ext-B code points and 6 PUA code points.
* NEWS: Mention it.

11 of 1 result
You can't create new branches for libiconv.