Displaying 5 results from an estimated 5 matches for "f8e6".
Did you mean:
f86
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
> Hi
>
> I have created an R branch that contains a potential fix ...
>
> https://svn.r-project.org/R/branches/R-symfam/
>
> This allows, for example, ...
>
> cairo_pdf(symbolfamily="OpenSymbol")
>
> ... to specify that the OpenSymbol family should be used as the
> "symbol" font
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...s not very common
> ones) ...
All the F8* codepoints are in the private use area. That means you
can?t rely on them existing in standard unicode fonts
You need to use correct Unicode values for things to work:
Ux239? for parenthesis, brackets
https://www.unicode.org/charts/PDF/U2300.pdf
> F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS)
> F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS)
and 23AF/23D0 for arrow extensions (though arrow font support seems
messy, probably because it sees little use; it?s a pity R comes so late
to the party, those a...
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...covered though,
for example, ...
F8EB E6 # LEFT PAREN TOP # parenlefttp (CUS)
F8EC E7 # LEFT PAREN EXTENDER # parenleftex (CUS)
F8ED E8 # LEFT PAREN BOTTOM # parenleftbt (CUS)
Even OpenSymbol is missing a few (though perhaps not very common ones) ...
F8E5 60 # RADICAL EXTENDER # radicalex (CUS)
F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS)
F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS)
F6DA D2 # REGISTERED SIGN SERIF # registerserif (CUS)
F6D9 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS)
F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS)
F8E8 E2 # REGISTERED SIGN SANS...
2014 May 10
1
location of file-system information on ext4
Hi,
I zero-filled first 10MiB of my SSD(dd if=/dev/zero of=/dev/sda bs=10M
count=1). As expected, this wiped my primary GPD header and first
partition. Before the wipe, GPT was following:
Disk /dev/sda: 250069680 sectors, 119.2 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 2EFD285D-F8E6-4262-B380-232E866AF15C
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 250069646
Partitions will be aligned on 1-sector boundaries
Total free space is 16 sectors (8.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 34...
2020 Mar 31
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...he F8* codepoints are in the private use area. That means you
> can?t rely on them existing in standard unicode fonts
>
> You need to use correct Unicode values for things to work:
> Ux239? for parenthesis, brackets
>
> https://www.unicode.org/charts/PDF/U2300.pdf
>
>> F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS)
>> F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS)
>
> and 23AF/23D0 for arrow extensions (though arrow font support seems
> messy, probably because it sees little use; it?s a pity R comes so late
&g...