On Monday, December 19, 2016 at 2:28:22 AM UTC-5, cattrace A wrote: > > if there is a "-" symbol in the path of a file, the "insert file" function > will break the path apart > see the attache. >
Hi, Cattrace. See picture below. I see in your picture that only the portion of the filename before the hyphen was included in the hyperlink. When I tried it, the entire filename was included in the hyperlink; I was unable to reproduce the problem which you saw. Just a wild guess - the problem happened not just at a hyphen but also at the boundary between characters from a single-byte character set (SBCS) and characters which require double-byte characters (DBCS), which in turn requires that the filename/path be enclosed in double-quotes. Question: If you were to create a filename/path which contained no hyphen but which still started our SBCS and then switched to DBCS, enclosed as yours is in doublequotes, would the problem still occur? -Dwight <https://lh3.googleusercontent.com/-wX2OP9XjiaY/WFieVVzcyCI/AAAAAAAAGwg/EJG9h76F7AU2c__MuFqL7-Jk6X6g3UlUgCLcB/s1600/hyphenated-names.png> -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mylifeorganized. To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/86c7b1cd-0b2f-41a4-8d35-8825b5428e0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
