Forum Moderators: phranque
A panoramic stitcher ? with the image "overlap" set to zero ?
If you globally converted all the hexadecimal numbers to decimal, they would probably alphabetize nicely. (This may or may not be a completely useless suggestion, depending on what exact software you're working with.)
I searched for panorama stitcher and there are a bajillion options, but the first 10 I downloaded stitch them horizontally instead of vertically.
Using 😀 on a conversion websiteHaha, no, you just convert the complete number 1f600 into its decimal equivalent, which is 128512. A few lines of javascript should do it (but then, I routinely use javascript for things God never intended javascript to be used for, because I no longer have the energy to learn another language.) If necessary, pad the lines with leading zeros, but they're probably all the same number of digits anyway.
&#x1f600
I am not sure why Windows 7 is a problem. I thought that means IE9+ so you have @fontface support so can use unicode emoji's
preg_replace('/\b(\w{4})\b/i', '<img src="spacer.gif" data-em="$1" alt="">', $data);