How do I use Unicode characters in Pod and perldoc?

后端 未结 3 782
悲&欢浪女
悲&欢浪女 2021-01-01 11:50

I need to use utf-8 characters in my perl-documentation. If I use:

perldoc MyMod.pm

I see strange characters. If I use:

pod         


        
3条回答
  •  粉色の甜心
    2021-01-01 12:32

    perldoc -t MyMod.pm

    From the perldoc manual:

    -t Display pod using pod2text instead of Pod::Man and groff (-t is the default on win32 unless -n is specified)

提交回复
热议问题