Python Forum
Super/subscript copied to word
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Super/subscript copied to word
#2
Not entirely sure, but if I run
Quote:print('10' + u'\u00B3')
in the command terminal and also create the same thing (10^3) within Wordpad, I get the same result and they look identical.

If I run 
with open('test.rtf', 'w') as f:
   f.write('10' + u'\u00b3')
I again get the same result. The difference between the first and second methods was in the first instance, the default font is "Calibri", in the second, when double-clicked, the font is "Courier New". So you may have to ensure Python and Word are using the same font.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Super/subscript copied to word - by lk89 - Oct-13-2016, 02:32 PM
RE: Super/subscript copied to word - by sparkz_alot - Oct-13-2016, 03:36 PM
RE: Super/subscript copied to word - by lk89 - Oct-13-2016, 03:48 PM
RE: Super/subscript copied to word - by snippsat - Oct-13-2016, 04:10 PM
RE: Super/subscript copied to word - by sparkz_alot - Oct-13-2016, 04:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems with super() Hoespilaar 3 546 Jun-11-2024, 02:15 AM
Last Post: kanetracy
  super() in class akbarza 1 737 Dec-19-2023, 12:55 PM
Last Post: menator01
  Error in Int object is not subscript-able. kakut 2 1,295 Jul-06-2022, 08:31 AM
Last Post: ibreeden
  How can I find the value of k(subscript t+1) for periods t=1...50? maeva 2 1,711 Nov-07-2021, 07:59 AM
Last Post: maeva
  Why changing data in a copied list changes the original list? plumberpy 3 2,416 Aug-14-2021, 02:26 AM
Last Post: plumberpy
Question Problem: Check if a list contains a word and then continue with the next word Mangono 2 2,669 Aug-12-2021, 04:25 PM
Last Post: palladium
  Error in Int object is not subscript-able. How to debug this ? yanDvator 1 2,323 Aug-03-2020, 02:28 PM
Last Post: Larz60+
  superclass and super() grkiran2011 1 1,847 Jun-20-2020, 04:37 AM
Last Post: deanhystad
  Python Speech recognition, word by word AceScottie 6 16,306 Apr-12-2020, 09:50 AM
Last Post: vinayakdhage
  word subscript Staph 1 1,887 Mar-31-2020, 10:21 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020