Skip to content

Instantly share code, notes, and snippets.

@ashbeats
Last active June 22, 2018 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashbeats/ed812ed2dffb3e4cdb7fce1bb60700ad to your computer and use it in GitHub Desktop.
Save ashbeats/ed812ed2dffb3e4cdb7fce1bb60700ad to your computer and use it in GitHub Desktop.
<?php
/**
* Created by PhpStorm.
* User: Ash (ashbeats@gmail.com)
* Date: 23-Apr-16
* Time: 4:31 PM
*/
// வார்த்தைகள்
/* வார்த்தைகள் */
/*** வார்த்தைகள் */ # subscript kerning fails for phpDoc comments on v2016.1
/*** "வார்த்தைகள்" */ # subscript kerning works correctly in phpDocs when surrounded with double-quotes. (Issue exists for Khmer as well. Need to test other languages)
# "வார்த்தைகள்"
/* todo - வார்த்தைகள் */
$tamil ="வார்த்தைகள்";
// "ជំរាបសួរ មិត្តភ"
/* "ជំរាបសួរ មិត្តភ" */
/*** ជំរាបសួរ មិត្តភ */ #kerning bug
/*** "ជំរាបសួរ មិត្តភ" */
/* todo - "ជំរាបសួរ មិត្តភ" */
$khmer ="ជំរាបសួរ មិត្តភ";
//     
/*      */
/***      */
/* todo -      */
$klingon = "    ";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment