Revision history for Perl module Text::VisualWidth::PP

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

0.05 2017-11-22T02:30:45Z

    - Support unicode combining characters
      (kaz-utashiro)
      https://github.com/tokuhirom/Text-VisualWidth-PP/pull/3

0.04 2013-09-09T07:43:04Z

    - Notes about Unicode::EastAsianWidth::Detect

0.03 2013-08-09T05:19:48Z

    - Added vwidth, vtrim for better user experience.

0.02 2013-08-06T05:24:48Z

    - Added $Text::VisualWidth::PP::EastAsian

0.01 2010-06-13

    - original version