TCPDF_STATIC::removeSHY( $txt = '',  $unicode = true )

Removes SHY characters from text.


Description Description

Unicode Data:

  • Name : SOFT HYPHEN, commonly abbreviated as SHY
  • HTML Entity (decimal): “­”
  • HTML Entity (hex): “­”
  • HTML Entity (named): “­”
  • How to type in Microsoft Windows: [Alt +00AD] or [Alt 0173]
  • UTF-8 (hex): 0xC2 0xAD (c2ad)
  • UTF-8 character: chr(194).chr(173)

Parameters Parameters

$txt

(Optional) (string) input string

Default value: ''

$unicode

(Optional) (boolean) True if we are in unicode mode, false otherwise.

Default value: true


Top ↑

Return Return

(string) without SHY characters.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
(4.5.019) 2009-02-28 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.