The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Encode::KR"

Encode::KR - Korean Encodings River stage five • 1078 direct dependents • 32665 total dependents

This module implements Korean charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-kr /\beuc.*kr$/i EUC (Extended Unix Character) /\bkr.*euc$/i ksc...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC - Search in distribution

InCharset/euc_kr.pm River stage zero No dependents

DANKOGAI/Encode-InCharset-0.03 - 21 Oct 2002 20:58:55 UTC - Search in distribution

HTML5::DOM - Super fast html5 DOM library with css selectors (based on Modest/MyHTML) River stage one • 2 direct dependents • 3 total dependents

HTML5::DOM <https://metacpan.org/pod/HTML5::DOM> is a fast HTML5 parser and DOM manipulatin library with CSS4 selectors, fully conformant with the HTML5 specification. It based on <https://github.com/lexborisov/Modest> as selector engine and <https:/...

ZHUMARIN/HTML5-DOM-1.25 - 06 Jul 2021 17:18:28 UTC - Search in distribution

perl58delta - what is new for perl v5.8.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

doc::XML-Edifact River stage zero No dependents

KRAEHE/XML-Edifact-0.47 - 01 Aug 2003 11:45:01 UTC - Search in distribution

MIME::Charset - Charset Information for MIME River stage three • 3 direct dependents • 334 total dependents

MIME::Charset provides information about character sets used for MIME messages on Internet. Definitions The charset is ``character set'' used in MIME to refer to a method of converting a sequence of octets into a sequence of characters. It includes b...

NEZUMI/MIME-Charset-1.013.1 - 12 Aug 2022 07:51:01 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Net::Async::Beanstalk - Non-blocking beanstalk client River stage zero No dependents

Implements the client-side of the beanstalk 1.10 protocol described in <https://raw.githubusercontent.com/kr/beanstalkd/v1.10/doc/protocol.txt> using IO::Async to provide an asynchronous non-blocking API. Net::Async::Beanstalk is based on Moo and IO:...

CHOHAG/Net-Async-Beanstalk-0.002 - 30 Nov 2017 19:55:38 UTC - Search in distribution

Kernel::Keyring - Wrapper for kernel keyring syscalls River stage zero No dependents

Kernel::Keyring is a rudimentary wrapper for libkeyutils based syscalls. Provided functions should suffice for the typical use case: storing passwords/keys in a secure location, the kernel. Data stored in the kernel keyring doesn't get swapped to dis...

LIXMAL/Kernel-Keyring-0.07 - 08 Jan 2017 17:08:39 UTC - Search in distribution

MIME::EncWords - deal with RFC 2047 encoded words (improved) River stage one • 3 direct dependents • 3 total dependents

Fellow Americans, you probably won't know what the hell this module is for. Europeans, Russians, et al, you probably do. ":-)". For example, here's a valid MIME header you might get: From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> To: =?ISO-8859-...

NEZUMI/MIME-EncWords-1.015.0 - 12 Feb 2024 08:59:16 UTC - Search in distribution

AnyEvent::Beanstalk - Async client to talk to beanstalkd server River stage one • 1 direct dependent • 1 total dependent

AnyEvent::Beanstalk provides a Perl API of protocol version 1.3 to the beanstalkd server, a fast, general-purpose, in-memory workqueue service by Keith Rarick. See the beanstalkd 1.3 protocol spec <http://github.com/kr/beanstalkd/blob/v1.3/doc/protoc...

GBARR/AnyEvent-Beanstalk-1.170590 - 28 Feb 2017 22:38:13 UTC - Search in distribution

Lingua::Charsets - Provides a list of charsets by language. River stage zero No dependents

This module provides a listing of charsets by language. It can be used in conjunction with a charset guessing algorithm such as Encode::Guess. The data used comes from a variety of locations; however, the initial source was The W3C charset listing av...

JWANG/Lingua-Charsets-0.04 - 15 Sep 2013 17:23:54 UTC - Search in distribution

Encode::Korean - Perl extension for Encodings of Korean Language River stage zero No dependents

This module is a wrapper for Korean encoding modules. ENCODINGS BASED ON TRANSLITERATION NOTE or WARNING The provided transliteration is NOT a public romanization nor phonemic transcription, BUT a scientific romanization or letter-to-letter translite...

YOU/Encode-Korean-0.09 - 29 Nov 2007 14:35:42 UTC - Search in distribution

MIME::EcoEncode - MIME Encoding (Economical) River stage one • 1 direct dependent • 4 total dependents

This module implements RFC 2047 Mime Header Encoding. Options $encoded = mime_eco($str, $charset, $lf, $bpl, $mode, $lss); # $charset : 'UTF-8' / 'UTF-8?Q' / 'UTF-8*XX' / # 'GB2312' / 'EUC-KR' / 'Big5' / # 'Shift_JIS' / 'ISO-2022-JP' / ... # (default...

MURATAYA/MIME-EcoEncode-0.95 - 14 Nov 2013 05:13:41 UTC - Search in distribution

Encode::ISO2022::CCS - coded character sets for ISO/IEC 2022 character encoding scheme River stage one • 1 direct dependent • 1 total dependent

This document lists encodings which may be used as coded character set (CCS) for ISO/IEC 2022 character encoding scheme. From view of Perl, a CCS is the Encode::Encoding object performing stateless and fixed-length conversion over 94^n or 96^n code t...

NEZUMI/Encode-ISO2022-0.04 - 23 Sep 2013 12:27:25 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Encode::Detect::CJK - A Charset Detector, optimized for EastAsia charset and website content River stage one • 1 direct dependent • 5 total dependents

FOOLFISH/Encode-Detect-CJK-2.0.2 - 05 Dec 2008 04:17:12 UTC - Search in distribution

AI::TensorFlow::Libtensorflow::Manual::Notebook::InferenceUsingTFHubEnformerGeneExprPredModel - Using TensorFlow to do gene expression prediction using a pre-trained model River stage zero No dependents

ZMUGHAL/AI-TensorFlow-Libtensorflow-0.0.7 - 05 Oct 2023 05:37:08 UTC - Search in distribution
18 results (0.07 seconds)