- updated to 0.80.0 (0.08) see /usr/share/doc/packages/perl-Text-VisualWidth-PP/Changes 0.08 2025-02-26T06:47:09Z commit d10bff3580c0914cf716170a4e9a232b5b508a3e Author: Kazumasa Utashiro <kaz@utashiro.com> Date: Update Emoji_Modifier handling. Fix #11 * count width of E_Modifier not following E_Base - Still define utf8::Is_Emoji_Modifier for < v5.32 - Line_Break=E_Base/E_Modifier properties are available from v5.28 (available in v5.26 but not stable) OBS-URL: https://build.opensuse.org/request/show/1268700 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-VisualWidth-PP?expand=0&rev=5
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 27 05:35:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.80.0 (0.08)
|
|
see /usr/share/doc/packages/perl-Text-VisualWidth-PP/Changes
|
|
|
|
0.08 2025-02-26T06:47:09Z
|
|
commit d10bff3580c0914cf716170a4e9a232b5b508a3e
|
|
Author: Kazumasa Utashiro <kaz@utashiro.com>
|
|
Date: Fri Feb 21 16:04:43 2025 +0900
|
|
Update Emoji_Modifier handling. Fix #11
|
|
* count width of E_Modifier not following E_Base
|
|
- Still define utf8::Is_Emoji_Modifier for < v5.32
|
|
- Line_Break=E_Base/E_Modifier properties are available from v5.28
|
|
(available in v5.26 but not stable)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 31 05:31:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.70.0 (0.07)
|
|
see /usr/share/doc/packages/perl-Text-VisualWidth-PP/Changes
|
|
|
|
0.07 2025-01-30T00:55:49Z
|
|
commit 84273797f32fc98eb05e90cca32967e37dd2e9df
|
|
Author: Kazumasa Utashiro <kaz@utashiro.com>
|
|
Date: Wed Jan 29 16:10:54 2025 +0900
|
|
Support EMOJI MODIFIER and ZERO WIDTH JOINER
|
|
- do not count character width right after \N{ZERO WIDTH JOINER}
|
|
- make EMOJI MODIFIER as zero-width
|
|
* use \p{Emoji_Modifier} property
|
|
* define utf8::Is_Emoji_Modifier() if older than v5.32
|
|
0.06 2025-01-27T15:19:37Z
|
|
- Update trim() to handle ambiguous character properly. Resolves #6, #10
|
|
(kaz-utashiro)
|
|
https://github.com/tokuhirom/Text-VisualWidth-PP/pull/9
|
|
- Ignore Default_Ignorable Code Points #8
|
|
(DabeDotCom)
|
|
https://github.com/tokuhirom/Text-VisualWidth-PP/pull/8
|
|
- Fix combined character test to run with perl < 5.12 #7
|
|
(kaz-utashiro)
|
|
https://github.com/tokuhirom/Text-VisualWidth-PP/pull/7
|
|
- Load "charnames" and SKIP test when unicode name is not available. #5
|
|
(kaz-utashiro)
|
|
https://github.com/tokuhirom/Text-VisualWidth-PP/pull/5
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 23 19:36:20 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- updated to 0.05
|
|
see /usr/share/doc/packages/perl-Text-VisualWidth-PP/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 13:22:08 UTC 2014 - ncutler@suse.com
|
|
|
|
- check license
|
|
- take maintainership
|